home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / quote < prev    next >
Text File  |  2001-04-06  |  315b  |  17 lines

  1. SYNOPSIS
  2.         mixed quote(mixed)
  3.  
  4. DESCRIPTION
  5.         Converts arrays to quoted arrays and strings to symbols.
  6.         Symbols and quoted arrays get quoted once more.
  7.  
  8. EXAMPLES
  9.         quote("foo") -> 'foo
  10.         quote(({1,2,3})) -> '({1,2,3})
  11.  
  12. HISTORY
  13.         Introduced in 3.2@70
  14.  
  15. SEE ALSO
  16.         symbolp(E)
  17.